home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2108 / 2108.xpi / content / manage-addons.xul < prev    next >
Extensible Markup Language  |  2009-08-24  |  1KB  |  32 lines

  1. <?xml version="1.0"?>
  2. <?xul-overlay href="chrome://stylish/content/manage.xul"?>
  3. <?xml-stylesheet href="chrome://stylish/skin/manage-addons.css" type="text/css"?>
  4.  
  5. <!DOCTYPE overlay [
  6.     <!ENTITY % manage SYSTEM "chrome://stylish/locale/manage.dtd">
  7.     %manage;
  8. ]>
  9.  
  10. <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  11.  
  12.     <script type="application/javascript" src="chrome://stylish/content/manage-addons.js"/>
  13.  
  14.     <stringbundleset id="extensionsSet">
  15.         <stringbundleset id="stylish-stringbundleset"/>
  16.     </stringbundleset>
  17.  
  18.     <radiogroup id="viewGroup">
  19.         <radio insertafter="installs-view" id="userstyles-view" label="&manageaddonstitle;" persist="last-selected"/>
  20.     </radiogroup>
  21.  
  22.     <window id="extensionsManager">
  23.         <notificationbox id="styles-container" insertafter="addonsMsg" style="display: none"/>
  24.     </window>
  25.  
  26.     <hbox id="commandBarBottom">
  27.         <button id="copy-style-info" label="©info;" accesskey="©info.ak;" oncommand="stylishManage.copyInfo()" style="display:none"/>
  28.         <button id="new-style" label="&writenew;" accesskey="&writenew.ak;" oncommand="stylishManage.newStyle()" style="display:none"/>
  29.     </hbox>
  30.  
  31. </overlay>
  32.